xen: credit2: kill useless helper function choose_cpu
authorDario Faggioli <dario.faggioli@citrix.com>
Wed, 6 Jul 2016 15:59:41 +0000 (16:59 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Fri, 8 Jul 2016 10:04:48 +0000 (11:04 +0100)
commitc834707bc94e4460baf5ccf81656e9bde47c9689
tree8818d588553b9119f00bb14c4eaa329e9a6b520b
parentea53923d35000a8318b4eb5c42e61cbf2db50391
xen: credit2: kill useless helper function choose_cpu

In fact, it has the same signature of csched2_cpu_pick,
which also is its unique caller.

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
xen/common/sched_credit2.c